home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / petshop.swf / scripts / DefineButton2_253 / BUTTONCONDACTION on(rollOver).as
Text File  |  2007-01-15  |  67b  |  7 lines

  1. on(rollOver){
  2.    if(check >= 6)
  3.    {
  4.       check = 7;
  5.    }
  6. }
  7.